-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add actions/stale workflow #4653
Conversation
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4653 +/- ##
==========================================
+ Coverage 30.58% 30.81% +0.22%
==========================================
Files 221 221
Lines 25941 25935 -6
==========================================
+ Hits 7935 7991 +56
+ Misses 17358 17293 -65
- Partials 648 651 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
@khanhtc1202 Fixed 👍 |
.github/workflows/stale.yaml
Outdated
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity. Feel free to reopen if still applicable.' | ||
days-before-issue-stale: 180 | ||
days-before-issue-close: 7 | ||
exempt-issue-labels: 'kind/bug,good first issue' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add one more label that we can use to prevent the CI from deleting that issue manually? I mean, I think we should have a way to bypass the logic of removing issues automatically on purpose, wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aka. I propose to add help wanted
labels to exempt labels list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good idea 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added not-auto-close
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's better 🫡
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
@khanhtc1202 Fixed 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫡
* Add actions/stale workflow Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Except some labels Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add not-auto-close Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
* Add actions/stale workflow Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Except some labels Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add not-auto-close Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
* Add actions/stale workflow Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Except some labels Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add not-auto-close Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: sZma5a <masaaki.haribote@gmail.com>
* Add actions/stale workflow Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Except some labels Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> * Add not-auto-close Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> --------- Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com> Signed-off-by: 鈴木 優耀 <suzuki_masaaki@cyberagent.co.jp>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4647
Does this PR introduce a user-facing change?: